home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gWhichSound8, gLastLoop
- set the volume of sound 12 to 0
- puppetSprite(13, 1)
- if the foreColor of sprite 13 = 255 then
- undoLoop()
- set the foreColor of sprite 13 to 226
- set gWhichSound8 to getpn() & "Sounds:Loops:Loop6.aif"
- sound playFile 9, gWhichSound8
- set gLastLoop to 9
- else
- set the foreColor of sprite 13 to 255
- set gWhichSound8 to EMPTY
- sound stop 9
- set gLastLoop to 0
- end if
- updateStage()
- end
-